Data base preference for network based C# windows application [on hold]
Posted
by
Sinoop Joy
on Programmers
See other posts from Programmers
or by Sinoop Joy
Published on 2013-07-02T14:38:07Z
Indexed on
2013/07/02
17:14 UTC
Read the original article
Hit count: 262
I'm planning to develop a C# widows based application for an academy. The academy will have different instances of application running in different machines. The database should have shared access. All the application instances can do update, delete or insert.
I've not done any network based application. Anybody can give any useful link to where to start with ?
Which database would give max performance with all required features i said for this scenario ?
© Programmers or respective owner